From c8d9541392a15d7c56f62f1cd7dc4302d6a145e1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 16 May 2011 19:38:04 -0700 Subject: [PATCH] * lisp/shell.el (pcomplete-parse-arguments-function): Declare. --- lisp/ChangeLog | 2 ++ lisp/shell.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d8d64547b4..108c8145925 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-05-17 Glenn Morris + * shell.el (pcomplete-parse-arguments-function): Declare. + * calendar/appt.el (appt-message-warning-time, appt-display-mode-line) (appt-display-diary, appt-display-interval, appt-prev-comp-time) (appt-check): Doc fixes. diff --git a/lisp/shell.el b/lisp/shell.el index a05fefa9c11..cba50038bc0 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -380,6 +380,8 @@ to `dirtrack-mode'." :group 'shell :type '(choice (const nil) regexp)) +(defvar pcomplete-parse-arguments-function) + (defun shell-completion-vars () "Setup completion vars for `shell-mode' and `read-shell-command'." (set (make-local-variable 'comint-completion-fignore) -- 2.30.2